Action hook 'admin_post_nopriv_{$action}'

in WP Core File wp-admin/admin-post.php at line 61

Description

Fires on a non-authenticated admin post request for the given action. The dynamic portion of the hook name, `$action`, refers to the given request action.

Occurrences

Filename Line Number
wp-admin/admin-post.php 61

PHP Doc

/**
		 * Fires on a non-authenticated admin post request for the given action.
		 *
		 * The dynamic portion of the hook name, `$action`, refers to the given
		 * request action.
		 *
		 * @since 2.6.0
		 */